/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    Default theme

    copyright (c) 2011 - 2013 Stefan Gabos
    http://stefangabos.ro/jquery/zebra-datepicker/

*/

.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before  { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important }

.Zebra_DatePicker            { position:relative; background:#0b1320; border:0px solid #666; display: none; z-index: 100; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13px; width:338px; }


.Zebra_DatePicker *         { margin: 0; padding: 0; color: #000; background: transparent; border: none }

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table                      { border-collapse: collapse; border-spacing: 0 }

.Zebra_DatePicker td,
.Zebra_DatePicker th                         { text-align: center; padding: 5px 0 }

.Zebra_DatePicker td                         { cursor: pointer }

.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker             { margin-top: 3px }

.Zebra_DatePicker .dp_daypicker td,

.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td         { background: #E8E8E8; width:49px; height:40px; line-height:40px; vertical-align:middle; -webki-ttransition: all 0.3s ease;
	-moz-transition: all 0.3s ease;	transition: all 0.3s ease; color:#dddddd; font-size:14px; background:#3f495a;
 border-bottom:1px solid #364052; border-top:1px solid #535a69; border-right:1px solid #364052; }
 
.Zebra_DatePicker .dp_daypicker th, {cursor: pointer; color:#f17070; font-size:18px;text-shadow:0 0 6px #090204, 1px -1px  #444;background:#0a111e;
background:-webkit-linear-gradient(top,#262e3c,#080f1b);
    background:-moz-linear-gradient(top,#262e3c,#080f1b);
    background:-o-linear-gradient(top,#262e3c,#080f1b);
    background:linear-gradient(top,#262e3c,#080f1b);min-height:50px;height:50px; padding:0 8px }

/*.Zebra_DatePicker,*/
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker .dp_footer .dp_hover {/* -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px*/ }

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td             { color:#f17070; height: 30px; font-size:16px; font-weight:normal; }

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next       { height:30px;color:#dddddd; }

.Zebra_DatePicker .dp_header .dp_caption    { font-weight: normal }
.Zebra_DatePicker .dp_header .dp_hover      { background: #222; font-weight:bold; }
.Zebra_DatePicker .dp_header .dp_blocked    { color: #888; cursor: default }

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th              { /*background: #FFCC33*/cursor: pointer; color:#c7c7c7; font-size:14px;text-shadow:0 0 6px #090204, 1px -1px  #444;background: url(../images/cl_th.jpg) repeat-x;
min-height:30px;height:30px; padding:0 8px; font-weight:normal; }
.Zebra_DatePicker td.dp_not_in_month            { color: #767676;background: #3c4555; cursor: default }
.Zebra_DatePicker td.dp_not_in_month_selectable { background: #F3F3F3; color: #CDCDCD; cursor: pointer }
.Zebra_DatePicker td.dp_weekend                 { /*background: #D8D8D8*/ }
.Zebra_DatePicker td.dp_weekend_disabled        { color: #CCC; cursor: default }
.Zebra_DatePicker td.dp_selected                { background-color: #5b677c !important;
color: #FFF !important; }
.Zebra_DatePicker td.dp_week_number             { background: #FFCC33; color: #555; cursor: text; font-style: italic }

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td    { width: 33% }

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td     { width: 33% }

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer            { margin-top: 3px ;;display:none;  }
.Zebra_DatePicker .dp_footer   tbody          { margin-top: 3px ;;display:none;  }
.Zebra_DatePicker .dp_footer .dp_hover  { background: #222; color: #FFF;display:none; }

/* = SELECT CURRENT DAY
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_today { color: #FFF; padding: 3px;display:none; }

/* = CLEAR DATE
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_clear { color: #FFF; padding: 3px }

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current             { color:#f17070 }
.Zebra_DatePicker td.dp_disabled_current    { color: #E38585 }
.Zebra_DatePicker td.dp_disabled            { background: #F3F3F3; color: #CDCDCD; cursor: default }
.Zebra_DatePicker td.dp_hover               {  background:#5e697a; font-weight:bold; color:#fff; }

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon                { display: block; position: absolute; width: 16px; height: 16px; background: url('calendar.png') no-repeat left top; text-indent: -9000px; border: none; cursor: pointer; padding: 0; line-height: 0; vertical-align: top }
button.Zebra_DatePicker_Icon_Disabled       { background-image: url('calendar-disabled.png') }

/* don't set vertical margins! */
button.Zebra_DatePicker_Icon                { margin: 0 0 0 3px }
button.Zebra_DatePicker_Icon_Inside         { margin: 0 3px 0 0 }